home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u225.dms / in.adf / MixMaster / MixMaster.doc < prev    next >
Encoding:
Text File  |  1989-09-24  |  3.6 KB  |  119 lines

  1.  
  2. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
  3.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  4.  
  5.  
  6.  Fabulous quotes:
  7.  
  8.  "Living is easy with eyes closed, misunderstanding all you see."
  9.    - Strawberry Fields Forever, by John Lennon, 1967, Magical Mystery Tour.
  10.  
  11.  "Whisper words of wisdom, Let It Be."
  12.    - Let It Be, by Paul McCartney, 1970, Let It Be.
  13.  
  14. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
  15.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  16.                 Cut Here. Ask your mommy if you need help.
  17.  
  18.  "Mix Master" v1.0  (c) 1988 by DUIABGTL Software.
  19.   (Dreampt Up In A Boring Georgia Tech Lecture  -aka- Jean Bulot)
  20.  
  21.   Mix Master is designed to be a companion utility for audio buffs. Mix
  22. Master will mix, slow, speed up, alter amplitude or negate a file. The mix 
  23. option will let you mix digitial audio samples in the same manner that
  24. analog signals are mixed in a studio. Slow and speed up are options which
  25. allow you to change the playback speed by ANY percentage. Negate merely
  26. inverts the waveform, thereby allowing you to remove a sample by mixing
  27. the inverse of the sample ( -1 + 1 = 0, right? ).
  28.  
  29.   All files for Mix Master MUST be "DUMP" not IFF files! I have not had
  30. time to integrate IFF routines into the program. PerfectSound from SunRize
  31. Industries supports this option for creating sound files.
  32.  
  33.   Mix Master also needs LOTS of chip ram - try to give it as much as
  34. possible or the program will give an error message. 
  35.  
  36.  
  37.   Volume (Amplitude change):
  38.   --------------------------
  39.  
  40. USAGE: mm -v n in out
  41.    n: percentage of adjustment from -50 to 100
  42.   in: input file
  43.  out: output file
  44.  
  45.   With this option, you can change the amplitude of the signal. A positive
  46. "N" will amplify the signal; "-N" will reduce the signal strength.
  47.  
  48.  
  49.   Mix Samples
  50.   -----------
  51.  
  52. USAGE: mm -m in1 in2 out
  53.  
  54.  in1: first input file
  55.  in2: second input file
  56.  out: output file
  57.  
  58.   This option mixes digital samples in the same manner as audio samples
  59. are mixed in a studio.
  60.  
  61.  
  62.   Negate Sample
  63.   -------------
  64.  
  65. USAGE: mm -n in out
  66.  
  67.   in: input file
  68.  out: output file
  69.  
  70.   This option "negates" or flips a sample - thus by negating a sample you 
  71. can "un-mix" sounds. I wrote this for my interest in backwards messages;
  72. by reproducing a sound and negating it, I could remove (for example) the
  73. guitar riff in a sample, thus leaving only the vocals behind.
  74.  
  75.  
  76.   Speedup Playback
  77.   ----------------
  78.  
  79. USAGE: mm -f n in out
  80.  
  81.    n: percentage of speedup (range: 0 to 100)
  82.   in: input file
  83.  out: output file
  84.  
  85.   This option lets you speedup a sample by a percentage, "N". N = 100 will
  86. double frequencies. N = 0 won't do anything...
  87.  
  88.  
  89.   Slowdown Playback
  90.   -----------------
  91.  
  92. USAGE: mm -s n in out
  93.  
  94.    n: percentage of splowdown (range: 0 to 100)
  95.   in: input file
  96.  out: output file
  97.  
  98.   Similar in concept to speedup, slowdown will slow playback of a sample
  99. by any percentage, "N". N = 100 will half frequencies, N = 0 won't do
  100. anything...
  101.  
  102.   
  103.    1) If you do any idiot things, this program will freak. You cannot
  104.       give a negative speedup value for example. I purposefully designed
  105.       the program with little error checking to keep it under 15k in length.
  106.  
  107.    2) If you find this handy, send me some pocket change (College students
  108.       are hungry (especially 17 year olds!) and constantly need food.)
  109.  
  110.        Jean Paul Bulot
  111.        C/O DUIABGTL Software
  112.        GA Tech Box 30280
  113.        Atlanta, GA 30332
  114.  
  115.        or on The Hobbit's Hole BBS @ (904) 243-6219 as "Jean Bulot".
  116.  
  117.        If you're interested in C source (Manx v3.6) I'll negotiate with
  118.        you personally on the above BBS.
  119.